C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / ItemsSourceFunction Property

In This Topic
ItemsSourceFunction Property (AutoCompleteBase<T>)
In This Topic
Gets or sets a function that provides list items dynamically as the user types.
Syntax
'Declaration
 
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Overridable Property ItemsSourceFunction As String
 
See Also